有奖纠错
| 划词

Assembly language programming, low level data structures, introduction to operating systems, and compilers.Processor microarchitecture, microprogramming, pipelining.

汇编语言程序设计,低层数,操作系统导论和编译器。

评价该例句:好评差评指正

In Pascal the plethora of declarable data structures induces a specialization within functions that inhibits and penalizes casual cooperation.

表的简单和自然可用性反应到函数里,就使它们具有了一种奇异的普适性。

评价该例句:好评差评指正

Software design is actually a multistep process that focuses on three distinct attributes of the program: data structure, software architecture, and pro-caesural detail.

统的生命周期范例在软件 工程中是最早也是应用得最广泛的。

评价该例句:好评差评指正

Key features include : Recovery from corrupt VTOC or OLT table, Recovery from damaged cylinder group, Recovery from damage caused to data structures by FSCK.

复苏,从腐败vtoc或肝移植表,复从损坏的气复从造成损害的数由fsck 。

评价该例句:好评差评指正

In software engineering, the degree of complication of a system or system component, determined by such factors as the number and intricacy of interfaces, the number and intricacy of conditional branches, the degree of nesting, the types of data structures, and other system characteristics.

在软件工程中,系统或系统成部分的复杂程度由下述因素确定:接口的数量和错综程度、条件转移的数量和错综程度、嵌套的深度、数的类型,以及其它一些系统特性。

评价该例句:好评差评指正

用户正在搜索


absenteeism, absentia, absently, absentminded, absent-minded, absentmindedly, absent-mindedly, absent-mindedness, ABSIE, absinth,

相似单词


3G, 401(K), a,

声明:以上例句、词性分类均由互联网资源自动生成,部分未经过人工审核,其表达内容亦不代表本软件的观点;若发现问题,欢迎向我们指正。

两分钟论文

A descriptor is a specialized representation for doing useful tasks on images and other data structures.

描述符是对图像或是其他数据做有用处理的一种专门的表述。

评价该例句:好评差评指正
两分钟论文

So the question immediately arises: what kind of data structure should be used for the output?

应该在输出中采用哪种数据

评价该例句:好评差评指正
TED演讲(视频版) 2020年4月合集

In China and Singapore the data structure for doing this is highly centralized.

在中国和新加坡,这样做的数据是高度集中的。

评价该例句:好评差评指正
弗里德曼播客集

And between the language models, we exchange suitable data structures not English - Mm-hmm.

在语言模型之间,我们交换合适的数据不是英语 - 嗯嗯。

评价该例句:好评差评指正
科技 Crash Course

But, the struct data structure can be used for building more complicated data structures that avoid these restrictions.

但是,struct 数据用于建更杂的数据避免这些限制。

评价该例句:好评差评指正
科技 Crash Course

For data that links arbitrarily, that include things like loops, we can use a graph data structure instead.

对于任意链接的数据,包括循环之类的东西,我们以改用图数据

评价该例句:好评差评指正
科技 Crash Course

Fortunately, most programming languages come with libraries packed full of ready-made data structures.

幸运的是,大多数编程语言都带有充满现成数据的库。

评价该例句:好评差评指正
科技 Crash Course

Using this struct, we can create a linked list, which is a flexible data structure that can store many nodes.

使用这个,我们以创建一个链表,它是一种灵活的数据以存储很多节点。

评价该例句:好评差评指正
科技 Crash Course

So that's a whirlwind overview of pretty much all of the fundamental data structures used in computer science.

所以这是对几乎所有计算机科学中使用的基本数据的快速概述。

评价该例句:好评差评指正
科技 Crash Course

In this case, let's imagine all the users' data is stored in a data structure called a table labeled " users" .

在这种情况下,让我们假设所有用户的数据都存储在一个名为“用户”的表的数据中。

评价该例句:好评差评指正
科技 Crash Course

These different data structures have properties that are useful for particular computations.

这些不同的数据具有对特定计算有用的属性。

评价该例句:好评差评指正
科技 Crash Course

Now we can create variables that aren't just single numbers, but are compound data structures, able to store several pieces of data at once.

现在我们以创建不仅仅是单个数字的变量,合数据,能够一次存储多个数据。

评价该例句:好评差评指正
VOA常速英语_美洲

UAP or airborne objects that when encountered cannot be immediately identified, however it is the department's contention that by combining appropriately structured collected data with rigorous scientific analysis.

当遇到无法立即识别的UAP或空中物体时,然,该部门的论点是,通过将适当的收集数据与严格的科学分析相合。

评价该例句:好评差评指正
科技 Crash Course

Arrays are extremely versatile data structures, used all the time, and so there are many functions that can handle them to do useful things.

数组是极其通用的数据,一直在使用,因此有许多函数以处理它们来做有用的事情。

评价该例句:好评差评指正
科技 Crash Course

But you could just as easily have trees with three, four or any number of children by modifying the data structure accordingly.

但是通过相应地修改数据,你以很容易地拥有三个、四个或任意数量的孩子的树。

评价该例句:好评差评指正
科技 Crash Course

In our example, nodes can have up to two children, and for that reason, this particular data structure is called a binary tree.

在我们的示例中,节点最多以有两个子节点,因此,这种特殊的数据称为二叉树。

评价该例句:好评差评指正
科技 Crash Course

Over the past few episodes, we've been building up our understanding of computer science fundamentals, such as functions, algorithms and data structures.

在过去的几集中,我们一直在加深对计算机科学基础知识的理解,例如函数、算法和数据

评价该例句:好评差评指正
科技 Crash Course

Owing to this flexibility, many more-complex data structures are built on top of linked lists The most famous and universal are queues and stacks.

由于这种灵活性,许多更杂的数据都建立在链表之上,最著名和最普遍的是队列和堆栈。

评价该例句:好评差评指正
科技 Crash Course

An important property of trees – both in real life and in data structures – is that there's a one-way path from roots to leaves.

树的一个重要属性——无论是在现实生活中还是在数据中——都是根到叶的单向路径。

评价该例句:好评差评指正
科技 Crash Course

There's over 300 million registered domain names, so to make that DNS Lookup a little more manageable, it's not stored as one gigantically long list, but rather in a tree data structure.

有超过 3 亿个注册域名,因此为了使 DNS 查找更易于管理,它没有存储为一个巨大的长列表,是存储在树状数据中。

评价该例句:好评差评指正
加载更多

用户正在搜索


absolute, absolute alcohol, absolute ceiling, absolute magnitude, absolute majority, absolute scale, absolute temperature, absolute threshold, absolute value, absolute viscosity,

相似单词


3G, 401(K), a,
  • 微信二维码

    关注我们的微信

  • 手机客户端二维码

    下载手机客户端

赞助商链接